-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Make the translation item collector handle *uses* of 'const' items instead of declarations. #35534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 66e3a71 has been approved by |
@bors p=1 -- regression |
⌛ Testing commit 66e3a71 with merge bc2f91a... |
💔 Test failed - auto-mac-64-opt-rustbuild |
It seems this needs a rebase ... |
…stead of declarations.
66e3a71
to
09e73a5
Compare
@bors r=nikomatsakis p=1 Passes make check locally... |
📌 Commit 09e73a5 has been approved by |
⌛ Testing commit 09e73a5 with merge ff8d40b... |
💔 Test failed - auto-linux-64-debug-opt |
Another timeout |
See #35628 about the timeouts. |
@bors retry |
…matsakis Make the translation item collector handle *uses* of 'const' items instead of declarations. This should fix issue #34754.
This should fix issue #34754.